@charset "UTF-8";
/* CSS Document */

/*header*/
.header {
    height: 91px;
    background: #ffffff;
    border-top: 4px #009c37 solid;
    min-width: 1200px;
}

/*logo*/
.header .logo {
    float: left;
    height: 91px;
}

.header .logo a {
    float: left;
    display: list-item;
    line-height: 91px;
    text-align: center;
    height: 91px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/
.nav{
    float: right;

}
.nav ul li {
    float: left;
    min-width: 78px;
    text-align: center;
    transition: none;
    position: relative;
    height: 91px;
    margin-left: 30px;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li > a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    transition: none;
    padding-top: 20px;
    height: 91px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav ul li h6 {
    font-size: 12px;
    color: #c2c2c2;
}
.nav ul li p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.nav ul li p:after{
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background: #dfdfdf;
    margin: 10px auto 0;
}
.nav ul li:hover,.nav ul li.active{
    background: #006194;
}
.nav ul li:hover p:after,.nav ul li.active p:after{
    background: #FFFFFF;
}
.nav ul li:hover > a *,.nav ul li.active > a *{
    color: #FFFFFF;
}
.nav-menu{
    display: none;
    position: absolute;
    top: 91px;
    left: -25px;
    z-index: 99;
    width: 128px;
    transition: none;
    background: rgba(255,255,255,0.6);
    padding: 10px 0;
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    width: 100%;
}
.nav-menu dl dt a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}
.nav-menu dl dt:hover a{
    color: #FFFFFF;
    background: #006194;
}


@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}



/*banner*/
.banner,.banner .flexslider,.banner .slides li  {
    height: 700px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner .flexslider {
    overflow: hidden;
    z-index: 0;
    display: block;
}
.banner .slides li {
    z-index: 0;
    display: block;
}
.banner .slides li a {
    display: block;
    height: 100%;
}


.sub-banner {
    height: 310px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner li {
    height: 310px;
}



/*图片指示*/
.banner .flex-control-nav{
    display: block;
}
.banner .flex-control-nav{
    position:absolute; bottom: 40px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:56px; height:2px; cursor:pointer; background: #009c37; font-size: 0;
}
.banner .flex-control-nav .flex-active{ background: #006194; height: 4px; top: -2px; position: relative;}
/*左右方向按钮*/
/*
.flex-direction-nav a{
    width:40px; height: 68px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc;position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:40px; background: url("../images/right01.png") no-repeat; background-size: 40px 68px;
}
.flex-direction-nav .flex-prev{
    left:40px; background: url("../images/left01.png") no-repeat; background-size: 40px 68px;
}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}
*/

/*index-section*/
.index-product{
    padding: 47px 0;
    min-width: 1200px;

}
.index-product ul li{
    float: left;
    width: 180px;
    height: 110px;
    margin-right: 24px;
    text-align: center;
    transition: all 0.5s;
}
.index-product ul li:nth-child(6n){
    margin-right: 0;
}
.index-product ul li a{
    display: block;
    padding-top: 75px;
    font-size: 14px;
    color: #0069a0;
}
.index-product ul li:nth-child(1){ background: url("../images/111.png") center no-repeat; }
.index-product ul li:nth-child(2){ background: url("../images/222.png") center no-repeat; }
.index-product ul li:nth-child(3){ background: url("../images/333.png") center no-repeat; }
.index-product ul li:nth-child(4){ background: url("../images/444.png") center no-repeat; }
.index-product ul li:nth-child(5){ background: url("../images/555.png") center no-repeat; }
.index-product ul li:nth-child(6){ background: url("../images/666.png") center no-repeat; }
.index-product ul li:hover a{
    color: #FFFFFF;
}
.index-product ul li:nth-child(1):hover{ background: url("../images/1111.png") center no-repeat; }
.index-product ul li:nth-child(2):hover{ background: url("../images/2222.png") center no-repeat; }
.index-product ul li:nth-child(3):hover{ background: url("../images/3333.png") center no-repeat; }
.index-product ul li:nth-child(4):hover{ background: url("../images/4444.png") center no-repeat; }
.index-product ul li:nth-child(5):hover{ background: url("../images/5555.png") center no-repeat; }
.index-product ul li:nth-child(6):hover{ background: url("../images/6666.png") center no-repeat; }

.index-profile{
    padding: 50px 0;
    min-width: 1200px;
    background: #eff4f8;
}
.iprofile{}
.iprofile img{
    float: left;
    display: block;
    width: 384px;
    height: 224px;
}
.iprofile .iprofile-info{
    float: right;
    display: block;
    width: 790px;
}
.iprofile-info h6{
    float: left;
    height: 64px;
    font-size: 42px;
    line-height: 35px;
    font-family: Arial;
    text-transform: uppercase;
    border-left: 4px #009c37 solid;
    padding-left: 10px;
    color: #333333;
}
.iprofile-info h6 span{
    display: block;
    font-size: 24px;
    color: #0069a0;
}
.iprofile-info .more{
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #0073be;
    font-weight: bold;
    border: 1px #0073be solid;
    border-radius: 30px;
    transition: all 0.2s;
}
.iprofile-info .more:hover{
    background: #0073be;
    color: #FFFFFF;
}
.iprofile-info .detail{
    font-size: 14px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    color: #666666;
    margin-top: 23px;
}


.func{
    padding: 50px 0;
    min-width: 1200px;
}
.func ul li{
    float: left;
    width: 180px;
    height: 247px;
    margin-right: 24px;
    text-align: center;
    transition: all 0.2s;
    position: relative;
}
.func ul li:nth-child(6n){
    margin-right: 0;
}
.func ul li h6{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 35px auto 15px;
    transition: all 0.1s;
}

.func ul li:nth-child(1) h6{ background: url("../images/11.png") center no-repeat; }
.func ul li:nth-child(2) h6{ background: url("../images/22.png") center no-repeat; }
.func ul li:nth-child(3) h6{ background: url("../images/33.png") center no-repeat; }
.func ul li:nth-child(4) h6{ background: url("../images/44.png") center no-repeat; }
.func ul li:nth-child(5) h6{ background: url("../images/55.png") center no-repeat; }
.func ul li:nth-child(6) h6{ background: url("../images/66.png") center no-repeat; }
.func ul li:nth-child(1):hover h6{ background: url("../images/1.png") center no-repeat; }
.func ul li:nth-child(2):hover h6{ background: url("../images/2.png") center no-repeat; }
.func ul li:nth-child(3):hover h6{ background: url("../images/3.png") center no-repeat; }
.func ul li:nth-child(4):hover h6{ background: url("../images/4.png") center no-repeat; }
.func ul li:nth-child(5):hover h6{ background: url("../images/5.png") center no-repeat; }
.func ul li:nth-child(6):hover h6{ background: url("../images/6.png") center no-repeat; }

.func ul li p{
    width: 100px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #333333;
}
.func ul li span{
    display: none;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    background: #0087ce;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.func ul li:hover{
    box-shadow: 0 0 4px 3px #ededed;
}
.func ul li:hover span{
    display: block;
}
/*index-section end*/

/*footer*/
.footer{
    background: #00517b;
    min-height: 108px;
    min-width: 1200px;
    padding: 40px 0;
    border-top: 4px #009c37 solid;
}
.f-nav{
    float: left;
}
.f-nav ul li{
    float: left;
    width: 110px;
}
.f-nav ul li .first-nav{
    display: inline-block;
    border-left: 2px #009c37 solid;
    line-height: 12px;
    height: 12px;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 10px;
}
.f-nav ul li .second-nav{
    padding-left: 12px;
}
.f-nav ul li .second-nav p{
    margin-top: 10px;
}
.f-nav ul li .second-nav a{
    font-size: 12px;
    color: #48a3e2;
}
.f-nav ul li .second-nav a:hover{
    color: #FFFFFF;
}
.f-contact{
    float: right;
}
.f-contact ul li{
    line-height: 18px;
    padding-left: 34px;
    font-size: 12px;
    color: #3389c4;
    margin-bottom: 10px;
}
.f-contact ul li:nth-child(1){ background: url("../images/fc01.png") left center no-repeat;}
.f-contact ul li:nth-child(2){ background: url("../images/fc02.png") left center no-repeat;}
.f-contact ul li:nth-child(3){ background: url("../images/fc03.png") left center no-repeat;}
.f-contact ul li:nth-child(4){ background: url("../images/fc04.png") left center no-repeat;}
.f-contact ul li:nth-child(5){ background: url("../images/beian.jpg") left center no-repeat;}

/*.backTop{
    position: fixed;
    right: 10px;
    top: 80%;
}
.backTop a{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/backTop.png") left top no-repeat;
}*/
/*footer end*/

/* sub-section */

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    line-height: 35px;
    border: 1px #cccccc solid;
    color: #999999;
    font-size: 14px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #e25842;
    border: 1px #e25842 solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #FFFFFF;
    background: #cccccc;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #e25842 ;
    border: 1px #e25842 solid;
}
/*------- page end -------*/



/* sub-section  end*/








































